@charset "utf-8";

/* CSS Document */

@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
body {
    font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
}

h1,
h2,
h3,
h4,
li,
p {
    font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -1px;
    min-width: 980px;
}


/*------------------------------------
header
------------------------------------*/

header .black_bg {
    width: 100%;
    height: 108px;
    background-image: url(../images/header_black_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    z-index: 9999;
    position: relative;
    /*banner指定*/
}

header .header_box {
    width: 960px;
    margin: 0 auto;
    z-index: 5;
    /*position: relative;*/
}

header .logo {
    text-indent: -9999px;
    float: left;
    margin-left: 17px;
}

header .logo a {
    display: block;
    width: 247px;
    height: 64px;
    background-image: url(../images/ECS_logo.png);
}


/*== upside menu ==*/

header .header_box .upside_menu {
    float: right;
    margin-top: 25px;
    margin-right: 24px;
    /*width: 250px;*/
}

header .header_box .upside_menu ul {
    list-style-type: none;
}

header .header_box .upside_menu li {
    float: right;
    margin-left: 20px;
}


/*header .header_box .upside_menu li.support{width:66px;}*/


/*header .header_box .upside_menu li.w2b{width:94px;}*/

header .header_box .upside_menu li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    text-align: right;
    padding-top: 1px;
    padding-left: 23px;
    /*icon與Txt保持間距*/
    transition: color .2s linear;
    /*變換效果*/
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    text-transform: uppercase;
}

header .header_box .upside_menu li a.support {
    background-image: url(../images/support_icon.png);
    background-repeat: no-repeat;
}

header .header_box .upside_menu li a.w2b {
    background-image: url(../images/w2b_icon.png);
    background-repeat: no-repeat;
}

header .header_box .upside_menu li a:hover {
    color: #59c9e9;
    background-position: left -17px;
}


/*------------------------------------
dropdown menu
------------------------------------*/

#menu {
    clear: both;
    list-style: none;
    width: 930px;
    margin: 30px auto 0px auto;
    height: 43px;
    padding: 0px 20px 0px 20px;
    -moz-border-radius: 10px;
    /* Rounded Corners 圓角 */
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Background color and gradients 背景色和漸變*/
    background: linear-gradient(#fcfcfc, #e3e3e3);
    background-color: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc, #e3e3e3);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#e3e3e3));
    border: 1px solid #c6c4c4;
    box-shadow: 0px 0px 10px #000000;
    /*外側陰影*/
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    position: relative;
}

#menu li {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 5px 2px 3px 17px;
    margin-top: 9px;
    border: none;
    /*background-image:url(../images/dots.png);
  background-repeat:no-repeat;
  background-position:left bottom;*/
}

#menu li.bg1 {
    width: 107px;
}

#menu li.bg2 {
    width: 89px;
}

#menu li.bg3 {
    width: 83px;
}

#menu li.bg4 {
    width: 77px;
}

#menu li.bg5 {
    width: 53px;
}

#menu li.bg:hover {
    border: 1px solid #777777;
    padding: 5px 1px 4px 16px;
    background: url(../images/dropdown_menubg.jpg) left bottom;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#menu li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    outline: 0;
    text-decoration: none;
    text-shadow: #FFF 1px 1px 1px;
    cursor: pointer;
    /*沒連結呈現指形*/
    margin-right: 15px;
}


/*滑入文字*/

#menu li.bg:hover a {
    color: #FFF;
    text-shadow: 1px 1px 1px #090909;
}

#menu li:hover a {
    color: #0cc1ee;
}

#menu li .drop {
    /*padding-right: 10px;
    background: url("img/drop.png") no-repeat right 8px;*/
}

#menu li:hover .drop {
    /*background: url("img/drop_hover.png") no-repeat right 7px;*/
}


/*#menu li.border{
  background:url(../images/dots.png) left center no-repeat;
}*/


/*== 下拉頁面 ==*/

.dropdown_MB,
.dropdown_NB,
.dropdown_TPC,
.dropdown_SYS,
.dropdown_LIVA,
.dropdown_IPC,
.dropdown_DS {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    /*Hides the drop down 隱藏下拉 */
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #777777;
    border-top: none;
    background: #333;
}

.dropdown_MB,
.dropdown_NB,
.dropdown_TPC,
.dropdown_SYS,
.dropdown_LIVA,
.dropdown_IPC,
.dropdown_DS {
    width: 920px;
    height: 255px;
    background: url(../images/dropdown_bg.jpg) left top repeat-x;
}

.dropdown_MB {
    -moz-border-radius: 0px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 0px 10px 10px 10px;
    border-radius: 0px 10px 10px 10px;
}

.dropdown_NB {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.dropdown_TPC {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.dropdown_SYS {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.dropdown_LIVA {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.dropdown_IPC {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.dropdown_DS {
    -moz-border-radius: 10px 10px 10px 10px;
    /* Rounded Corners 圓角*/
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}


/*下拉層位置*/

#menu li:hover .dropdown_MB {
    left: -1px;
    top: auto;
}

#menu li:hover .dropdown_NB {
    left: -127px;
    top: auto;
}

#menu li:hover .dropdown_TPC {
    left: -235px;
    top: auto;
}

#menu li:hover .dropdown_SYS {
    left: -337px;
    top: auto;
}

#menu li:hover .dropdown_LIVA {
    left: -505px;
    top: auto;
}

#menu li:hover .dropdown_IPC {
    left: -433px;
    top: auto;
}

#menu li:hover .dropdown_DS {
    left: -546px;
    top: auto;
}


/*== submenu ==*/

.sub_menu1,
.sub_menu2,
.sub_menu3 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 25px;
    margin-right: 5px;
    margin-top: 40px;
    /*border-left:groove #666 2px;
  border-right:groove #666 2px;*/
    background: url(../images/dropdown_line.gif) right top no-repeat;
}

.sub_menu1 {
    width: 160px;
}

.sub_menu2 {
    width: 115px;
}

.sub_menu3 {
    width: 235px;
}

.sub_menu1 h4.subtitle {
    text-indent: -9999px;
    width: 98px;
    height: 22px;
    background-image: url(../images/miniPC_white.svg);
    background-size: 98px 17px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 15px;
}

#menu li ul li {
    font-size: 12px;
    line-height: 28px;
    position: relative;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
    /*width: 160px;*/
}

#menu li ul li:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#menu li ul li.arrow a::before {
    content: url(../images/icon_chevron_right.png);
    /*箭頭icon*/
    margin-right: 5px;
}


/*== sub products ==*/

.sub_product {
    display: block;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
}

#menu li ul.box {}

#menu li ul li.box {
    float: left;
    width: 170px;
    height: 130px;
    text-align: center;
}

#menu li ul li.box a {
    color: #FFF;
}

#menu li ul li.box a:hover {
    color: #0CF;
}

#menu li ul li.box a sup {
    line-height: 1;
}

#menu li ul li.arrow a sup {
    line-height: 1;
}

#menu li ul li.box img {
    border: 0px;
}


/* IE圖片超連結消除邊框*/

#menu p,
#menu h2,
#menu h3,
#menu ul li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 12px;
    text-align: left;
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu h3 {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

#menu li:hover div a {
    font-size: 13px;
    color: #FFF;
}

#menu li:hover div a:hover {
    color: #0CF;
}


/*== search bar ==*/

#menu .searchBar {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-shadow: #FFF 1px 1px 1px;
    position: absolute;
    top: 9px;
    left: 740px;
}

#menu .searchBar input[type="text"] {
    width: 161px;
    height: 20px;
    border: solid 1px #999999;
    border-radius: 3px;
    padding-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    /* 輸入框藍邊去除*/
}

#menu .searchBar #search_btn {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 170px;
    background-color: transparent;
    /* 按鈕背景色去除*/
    height: 22px;
}

.search_bar_btn {
    position: absolute;
    top: 0;
    left: 170px;
    width: 31px;
    height: 20px;
    background: url(../images/search_icon.png) no-repeat center;
}

.search_bar_txt {
    color: rgb(168, 168, 168);
}

.completeListStyle {
    cursor: pointer;
    overflow: auto;
    z-index: 1000000;
    border: #333 1px solid;
    font-size: 13px;
    display: block;
    padding: 0;
    margin: 0;
}


/*------------------------------------
footer
------------------------------------*/

footer {
    clear: both;
    z-index: 20;
    background-color: #E3E3E3;
    padding-bottom: 40px;
    padding-top: 30px;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

.inner .footer_menu {
    float: left;
    width: 170px;
    padding: 30px 17px 65px 5px;
}

.inner .footer_menu h2 {
    font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
}

.inner .footer_menu ul {
    list-style-type: none;
    margin-top: 10px;
}

.inner .footer_menu li {
    font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
    color: #999;
    font-size: 14px;
    line-height: 1.8;
}

.inner .footer_menu li a {
    color: #999;
    text-decoration: none;
}

.inner .footer_menu li a:hover {
    color: #000;
}

ul.social_media li {
    float: left;
    margin-right: 5px;
}

ul.social_media li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #999;
}

ul.social_media li a:hover {
    background: #333;
    transition: background .5s linear;
    -webkit-transition: background .5s linear;
    -o-transition: background .5s linear;
    -moz-transition: background .5s linear;
}

ul.social_media li a img {
    margin-top: 4px;
    margin-left: 3px;
}


/*== bottom info ==*/

.inner .bottom {
    clear: both;
    font-family: 'Roboto Condensed', sans-serif, Helvetica, Arial, Verdana;
    color: #999;
    font-size: 13px;
    line-height: 1.6;
    width: 960px;
    height: 30px;
}

.inner .bottom #language {
    float: left;
}

.inner .bottom #language #country {
    border: #CCC 1px solid;
    width: 120px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.inner .bottom #language #country a {
    display: block;
    width: 120px;
    height: 22px;
    color: #999;
    text-decoration: none;
}

.inner .bottom #language #country a:hover {
    color: #000;
}

.inner .bottom #copyright {
    float: right;
}

.inner .bottom #copyright a {
    color: #999;
    text-decoration: none;
    margin-right: 12px;
    border-right: #999 1px solid;
    padding-right: 10px;
}

.inner .bottom #copyright a:hover {
    color: #000;
}
